github.com/vmihailenco/msgpack/v5.Encoder.encodeUint64Cond (method)
3 uses
github.com/vmihailenco/msgpack/v5 (current package)
encode.go#L213: return e.encodeUint64Cond(v)
encode_number.go#L51: func (e *Encoder) encodeUint64Cond(n uint64) error {
encode_number.go#L227: return e.encodeUint64Cond(v.Uint())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)